GetHEAD
HEADR

Syntax: GetHEAD #ch, adr
   and: HEADR file,adr
Location: HEADER (DIY Toolkit) (GetHEAD)
          TinyToolkit (HEADR)

GetHEAD loads the header of an opened file pointed to by the channel #ch into memory at adr, which must point to at least 64 bytes of reserved memory.

HEADR loads the header of the specified file into memory.

Example:
GetHEAD#fp,adr

CROSS-REFERENCE:
SetHEAD saves a file header.
See FGETH$ for information about the file header.
See also HGET and HPUT.
